home *** CD-ROM | disk | FTP | other *** search
- TabInspector = {
- ACTIONS = {
- cloneBodyText:;
- cloneStyle:;
- deleteStyle:;
- removeStyling:;
- toggleRuler:;
- };
- OUTLETS = {
- createTextMatrix;
- createMatrix;
- showRulerSwitch;
- };
- SUPERCLASS = PGInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PGInspector = {
- ACTIONS = {
- default:;
- setMicroInspector:;
- set:;
- revert:;
- };
- OUTLETS = {
- currentStyleButton;
- microInspectorMtx;
- microInspectorSlot;
- window;
- blankMicroPanel;
- tailoredItems;
- currentStyleTextField;
- styleIconMatrix;
- styleTitleMatrix;
- };
- SUPERCLASS = Object;
- };
-